PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / FillPath(Color,Point[],Byte[],Boolean) Method
The path points to fill.
The path types to fill.
The winding fill mode flag to draw, by default alternate fill mode.

In This Topic
    FillPath(Color,Point[],Byte[],Boolean) Method
    In This Topic
    Fills a path defined by points and types.
    Syntax
    'Declaration
     
    
    Public Sub FillPath( _
       ByVal color As Color, _
       ByVal points() As Point, _
       ByVal types() As Byte, _
       ByVal winding As Boolean _
    ) 
    public void FillPath( 
       Color color,
       Point[] points,
       byte[] types,
       bool winding
    )

    Parameters

    color
    points
    The path points to fill.
    types
    The path types to fill.
    winding
    The winding fill mode flag to draw, by default alternate fill mode.
    See Also